Creates a new instance of the
ObjectHolder Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal conditions As String, _
ByVal ParamArray parameters() As Object _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim conditions As String
Dim parameters() As Object
Dim instance As ObjectHolder(Of T)(conditions, parameters)
|
| Managed Extensions for C++ | |
|---|
public: Generic ObjectHolder(
string* conditions,
params Object*[]* parameters
) |
Parameters
- conditions
- OPath that is used when retrieving the objects. For more information about OPath
look at the ObjectQuery class.
- parameters
- A list of parameters that are used in the OPath expression.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also